home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / sound / ptmid / ptmid.cfg < prev    next >
Text File  |  1998-07-20  |  4KB  |  93 lines

  1. # Amiga note: This file may be in the current directory or in your s: dir.
  2. #
  3. # This is the configuration file for Ptmid
  4. # Any line beginning with a crosshatch is not interpretted. Note that
  5. # all letters are case-sensative. Changing the variable-tags could cause
  6. # Ptmid to reject this configuration file.
  7. #
  8. # Below are the instrument sample mappings. Each line begins with a number
  9. # and then a mapping onto a set of sample files. The first entry is special:
  10. # it is labelled "def" and its sample mappings will be used for any
  11. # instrument which is not given a sample mapping. This entry must be
  12. # present. Other entries use the numbers 0 to 127, and represent the
  13. # corresponding MIDI instrument (eg. 1 might represent "bright acoustic
  14. # piano").
  15. #
  16. # Amiga note: Use raw samples; converter programs for sounds are available
  17. #             on most amiga sites.
  18. #
  19. def piano2.smp
  20. #
  21. # Below are the percussion sample mappings. Each line begins with a 'd'
  22. # followed by a number, then a sample file to map it onto. The numbers can
  23. # range from 0 to 127 and represent the MIDI note that when played gives
  24. # that particular drum (eg. d36 is the note C on octave 3 and might
  25. # represent "bass drum"). If a particular percussion instrument is not
  26. # given, then it will be ignored.
  27. #
  28. d35 bdrum.smp
  29. d36 bdrum.smp
  30. #
  31. # Below are given the information on the samples in the above sections.
  32. # If a sample is given as an instrument or percussion mapping, it must be
  33. # given an entry defining its properties.
  34. # Each entry begins with the word "sample", then the filename for the sample
  35. # that was used above, followed by its pitch (eg. C2, F#3) when played
  36. # at 8287 Hz (followed by loop-start offset, and length of loop in words,
  37. # but these are optional).
  38. # Middle C is C2, the note a semitone up is C#2, the note a semitone
  39. # down is B#1, etc. This system is used by most Protracker-type players
  40. # (yes.. there IS a reason).
  41. #
  42. sample piano2.smp C2
  43. sample bdrum.smp C2
  44. #
  45. #
  46. # Now come the various options that can be enabled for Ptmid..
  47. #
  48. # Usually the drum channel is 10, but if you want to set it to something
  49. # different, use the following option (it will over-ride the similar
  50. # command-line parameter).
  51. #
  52. # drumch 16
  53. #
  54. # When interpretting a MIDI-file, notes are quantized so they can easily
  55. # be mapped onto patterns in the MOD-file. Valid quantize fractions are:
  56. #   4, 4t, 8, 8t, 16, 16t, 32, 32t, etc.
  57. # where "4" means quantize to quarter-notes (crotchets), "8" means
  58. # quantize to eighth-notes (quavers), etc. If there is a "t"-suffix, then
  59. # it means quantize to the appropriate triplet note.
  60. # This option will be overridden by the -f parameter at the command-line.
  61. #
  62. # fract 16
  63. #
  64. # If you want to create a MOD-file with more than extended characteristics,
  65. # and get a better conversion, then you can use the following three options
  66. # which select the number of channels (ptchan), the maximum number of
  67. # patterns (patmax), and the signature for that particular format (formid).
  68. # Here are some standard combinations:
  69. #          ptchan    patmax   formid
  70. #            4         64      M.K.
  71. #            4        128      M!K!
  72. #            6         64      6CHN
  73. #            8         64      8CHN
  74. # NB. ptchan has a maximum of 8 channels.
  75. #     patmax has a maximum of 128 patterns.
  76. #
  77. ptchan 4
  78. patmax 64
  79. formid M.K.
  80. #
  81. # Some MOD-files use an extended range of notes, but these cannot be
  82. # played using all trackers. If you want to have an extra two octaves
  83. # for notes, then use the "extend" option, but remember that it might
  84. # cause incompatibilities.
  85. #
  86. # extend
  87. #
  88. # This last option is a bit strange. If the word "nocopy" is on a line
  89. # then Ptmid will refuse to create MOD versions of MIDI files with
  90. # copyright notices in them.
  91. #
  92. # nocopy
  93. #